Extension point quotaStatsUpdaters
In component org.nuxeo.ecm.quota.QuotaStatsService
Documentation
Extension point to register QuotaStatsUpdaters that will be used by the service to update the statistics.
@since 5.5
Contribution Descriptors
- Class: org.nuxeo.ecm.quota.QuotaStatsUpdaterDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="quotaStatsUpdaters" target="org.nuxeo.ecm.quota.QuotaStatsService"> <quotaStatsUpdater class="org.nuxeo.ecm.quota.count.DocumentsCountUpdater" descriptionLabel="label.quota.documentsCountUpdater.description" label="label.quota.documentsCountUpdater" name="documentsCountUpdater"/> <quotaStatsUpdater class="org.nuxeo.ecm.quota.size.DocumentsSizeUpdater" descriptionLabel="label.quota.documentsCountAndSizeUpdater.description" label="label.quota.documentsCountSizeUpdater" name="documentsSizeUpdater"/> </extension>